home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 3 / Macwelt DVD 3.cdr / Audio / VC / Scripts / Join:Mix AIFFs / Join:Mix AIFFs
Encoding:
Text File  |  2001-09-21  |  378 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "Virtual Composer"
  2.     activate
  3.     -- IMPORTANT!! Replace the full file pathnames with the pathnames to the
  4.     -- AIFF files you want. The example files below are bogus!!
  5.     mix {file "HD1:Dosier:test1.aif", file "HD1:Dosier:test2.aif"} in file "HD1:Dosier:test.aif"
  6.     join {file "HD1:Dosier:test1.aif", file "HD1:Dosier:test2.aif"} in file "HD1:Dosier:test.aif"
  7. end tell